Skip to content

Conversation

@botcoder
Copy link

@botcoder botcoder commented May 1, 2019

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh, ./bin/openapi3/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: master, 3.4.x, 4.0.x. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

Added "reactive=true" support to kotlin-spring generator, returning Flux/Mono wrappers, using serviceInterface

Limitations: reactive=true requires serviceInterface=true, or else it's just ignored as it currently is.

Fix #2765

@jimschubert , @dr4ke616 @karismann @Zomzog

@auto-labeler
Copy link

auto-labeler bot commented May 1, 2019

👍 Thanks for opening this issue!
🏷 I have applied any labels matching special text in your issue.

The team will review the labels and make any necessary changes.

@botcoder
Copy link
Author

botcoder commented May 2, 2019

I guess besides the kotlin-springboot-petstore-server.sh, I was supposed to run "./bin/utils/export_docs_generators.sh" too...

@karismann
Copy link
Contributor

I guess besides the kotlin-springboot-petstore-server.sh, I was supposed to run "./bin/utils/export_docs_generators.sh" too...

yes, or ./bin/utils/export_generator.sh kotlin-spring is enough

@botcoder
Copy link
Author

botcoder commented May 2, 2019

Unfortunately the solution proposed by #571 doesn't work, so I'm closing this for now.

@botcoder botcoder closed this May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REQ] [kotlin-spring] Reactive Kotlin Spring Server Generator

2 participants